'Declaration
Public Function SetFormFieldLocation( _ ByVal FieldId As Integer, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Right As Single, _ ByVal Bottom As Single _ ) As GdPictureStatus
public GdPictureStatus SetFormFieldLocation( int FieldId, float Left, float Top, float Right, float Bottom )
public function SetFormFieldLocation( FieldId: Integer; Left: Single; Top: Single; Right: Single; Bottom: Single ): GdPictureStatus;
public function SetFormFieldLocation( FieldId : int, Left : float, Top : float, Right : float, Bottom : float ) : GdPictureStatus;
Parameters
- FieldId
- Left
- Top
- Right
- Bottom